@media(max-width:414px){
    body{
        margin: 0px;
    }
    .header img{
        position: fixed;
        top: 0;
        width:100%;
    }
    .logo{
        margin-top: 11vh;
        text-align: center;
    }
    .logo img{
        width: 35.5vw;
    }
    .title{
        display: flex;
        justify-content: initial;
        align-items: center;
        margin-left: 17.5vw;
        margin-top: 1.3vh;

        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
        text-align: center;
        letter-spacing: 0.0015em;
        color: rgba(0, 0, 0, 0.87);        
    }
    .title img{
        margin-right: 3vw;
    }
    .containerbiobox{
        display: flex;
        justify-content: initial;
        align-items: center;
        margin-left: 9.44vw;
        margin-top: 3vh;
    }
    .biobox{
        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.0015em;
        color: black;
    }
    #description{
        background: #F9F5F5;
        border: 0.764045px solid #E1E1E1;
        border-radius: 7.64045px;

        resize: none;
        margin-top: 1vh;
        width: 73.3vw;
        height: 7.64vh;
        padding: 2vh;

        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        color: black;


    }
    .containerMenu{
        display: flex;
        justify-content: initial;
        align-items: center;
        margin-left: 9.44vw;
        margin-top: 1.2vh;
    }
    .plusimg{
        background: #F9F5F5;
        border-radius: 7.64045px;

        align-items: center;
        display: flex;
        justify-content: center;

        margin-right: 2vw;
        width: 15.27vw;
        height: 8.16vh;
    }
    .text{
        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.0015em;
        color: black;
    }
    .containerOption{
        display: block;
        margin-left: 9.44vw;
    }
    .option{
        background: #F9F5F5;
        border-radius: 13px;
        min-width: 40vw;
        height: 31px;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 1.3vw;
        margin-top: 1.5vh;
    }
    .option a{
        text-decoration: none;
        list-style-type: none;

        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.001em;
        color: black;
    }
    #nextButton{
        position: absolute;
        appearance: none;
        border: none;
        background-image: url('../../img/chefProfile/nextButton.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-color: transparent;
        left: 89vw;
        height: 8vw;
        width: 8vw;;
    }
    footer{
        position: fixed;
        width: 100%;
        bottom: -6px;
    }
    footer > img{
        width: 100%;
    }
}